Subscribe a device
Only after subscribe the device, will receive the message content once a message has been received by the device. Otherwise, no message content will be received.
Request:
"|4|2|2|\r"
Returns:
"|4|2|2|1|\r"
subscribe successfully
Arduino Sample:
softSerial.print("|4|2|2|\r");